C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / IsReadOnly Property


In This Topic
IsReadOnly Property (GridRowColCollection<T>)
In This Topic
Gets a value indicating whether the ICollection is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly
See Also